home *** CD-ROM | disk | FTP | other *** search
- unit MExtras;
-
- interface
-
- Uses MDialogs, MButtons;
-
- procedure Register;
-
- implementation
-
- Uses DsgnIntf, Classes;
-
- Procedure Register;
- {Register the component to the component palette and all Property Editors}
- Begin
- RegisterComponents('Multi Lingual', [TMOpenDialog, TMSaveDialog, TMPrintDialog,
- TMPrinterSetupDialog, TMFindDialog, TMReplaceDialog, TMFontDialog, TMColorDialog,
- TMButtons]);
- End;
-
- end.
-